home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mita.dir / 00252_tabletiles.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  242 b   |  18 lines

  1. on mouseDown
  2.   if the clickOn < 21 then
  3.     exit
  4.   end if
  5.   set yu to the clickOn - 20
  6.   initsel()
  7.   setAt(selected, yu, 1)
  8.   pickicon()
  9.   setbar()
  10. end
  11.  
  12. on mouseUp
  13.   if the clickOn < 21 then
  14.     exit
  15.   end if
  16.   set yu to the clickOn - 20
  17. end
  18.